Vcenter Content Registries Harbor Projects Info

Vcenter Content Registries Harbor Projects Info
Vcenter Content Registries Harbor Projects Info

This schema is deprecated as of vSphere API 8.0.1.00200.

The Vcenter Content Registries Harbor Projects Info schema contains detailed information about a Harbor project.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "name": "string",
    "config_status": "string",
    "scope": "string",
    "creation_time": "string",
    "update_time": "string",
    "access_url": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
name
Required

This property is deprecated as of vSphere API 8.0.1.00200.

Name of the Harbor project. Should be between 1-63 characters long alphanumeric string and may contain the following characters: a-z,0-9, and '-'. Must be starting with characters or numbers, with the '-' character allowed anywhere except the first or last character.

This property was added in vSphere API 7.0.0.0.

string
config_status
Required

This property is deprecated as of vSphere API 8.0.1.00200.

The status of the Harbor project.

For more information see: Vcenter Content Registries Harbor Projects ConfigStatus.

This property was added in vSphere API 7.0.0.0.

string
scope
Required

This property is deprecated as of vSphere API 8.0.1.00200.

The access type of a Harbor project.

For more information see: Vcenter Content Registries Harbor Projects Scope.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
creation_time
Required

This property is deprecated as of vSphere API 8.0.1.00200.

The date and time when the harbor project creation API was triggered and project identifier generated.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
update_time
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

The date and time when the harbor project purge API was triggered. In case no purge was triggered, update_time is same as creation_time.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of config_status is Vcenter Content Registries Harbor Projects ConfigStatus.READY.

string As uri As uri
access_url
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

URL to access the harbor project through docker client.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of config_status is Vcenter Content Registries Harbor Projects ConfigStatus.READY.

message
Optional

This property is deprecated as of vSphere API 8.0.1.00200.

Details about the ERROR project status.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of config_status is Vcenter Content Registries Harbor Projects ConfigStatus.ERROR.